contour following

Terms from Artificial Intelligence: humans at the heart of algorithms

Contour following in image processing is a very simple form edge detection. Contour following identifies the line of pixles where the image darkness passes through a certain threshold. This is effectively edge detection on the black patches after the image is thresholded at that value.

Used on page 242